Interface to return an ascii string of variable size. More...
#include <istringresult.h>
Public Member Functions | |
virtual void | setText (const char8 *text)=0 |
Static Public Attributes | |
static const FUID | iid |
Interface to return an ascii string of variable size.
In order to manage memory allocation and deallocation properly, this interface is used to transfer a string as result parameter of a method requires a string of unknown size. [host imp] or [plug imp]
[released: SX 4]
virtual void setText | ( | const char8 * | text | ) | [pure virtual] |